Carbon


getmenuitemtext

Header: Menus.h Carbon status: Unsupported

void getmenuitemtext (
    MenuHandle menu, 
    SInt16 item, 
    char *itemString
);
menu
item
itemString

AVAILABILITY

Not supported in Carbon. Not available in CarbonLib, but available when InterfaceLib 7.1 or later is installed. Exported by InterfaceLib 7.1 and later.

CARBON NOTES

Use GetMenuItemText instead.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)